home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / script / man < prev    next >
Encoding:
Text File  |  2002-10-28  |  183 b   |  17 lines

  1. alias man 
  2. {
  3.     if ([$0]) 
  4.     {
  5.         fe (1 2 3 4 5 6 7 8 n) man.type 
  6.         {
  7.             if (glob($help_path/$man.type*/$0)) 
  8.             {
  9.                 help $man.type $*
  10.                 help -wait
  11.             }
  12.         }
  13.     }
  14. }
  15.  
  16. #Dawid Kuroczko'97
  17.